home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_c / lov114 / bnest4.bas < prev    next >
BASIC Source File  |  1989-01-05  |  127b  |  8 lines

  1. common shared b
  2.  
  3. sub nest4(i) static
  4.     print:print"in nest4";i;
  5.     print:print "Value of b variable is "b;
  6.     b=b+1
  7. end sub
  8.